Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the array access beyond bounds. #308

Merged
merged 1 commit into from Feb 2, 2013
Merged

Fixed the array access beyond bounds. #308

merged 1 commit into from Feb 2, 2013

Conversation

shu223
Copy link

@shu223 shu223 commented Feb 2, 2013

It has crashed for some projects with following stacktrace.


NSRangeException: *** -[__NSArrayI objectAtIndex:]: index 3 beyond bounds [0 .. 2]
@ 0 CoreFoundation 0x00007fff87bf8f56 __exceptionPreprocess + 198
@ 1 libobjc.A.dylib 0x00007fff8fac7dee objc_exception_throw + 43
@ 2 CoreFoundation 0x00007fff87ba2370 -[__NSArrayI objectAtIndex:] + 208
@ 3 appledoc 0x00000001053eff60 _mh_execute_header + 155488
...


So, I added the bounds checking.

@tomaz
Copy link
Owner

tomaz commented Feb 2, 2013

Cool, thanks!

tomaz added a commit that referenced this pull request Feb 2, 2013
Fixed the array access beyond bounds.
@tomaz tomaz merged commit 140fbb3 into tomaz:master Feb 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants